Skip to content

Conversation

@lorenzwalthert
Copy link

@lorenzwalthert lorenzwalthert commented Aug 8, 2017

Testing styler.
Reference: r-lib/styler#93.

}
new_quosure(lazy, env)
},
list =
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about how to continue after },. Do you think it's done right now?

@lorenzwalthert
Copy link
Author

Reference (#93).


test_that("can use non-syntactic names", {
out <- tibble("foo bar" = list(1:2, 3)) %>% unnest()
out <- tibble("foo bar" = list(1:2, 3)) %>%
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

single line pipes not yet supported but issue is open (#74)

string = ,
character = {
formula = as_quosure(lazy, env),
symbol =,
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we add this rlang styling rule that puts a space between = and ,?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in r-lib/styler#150.

@lorenzwalthert lorenzwalthert changed the title styling with styler#118 styling with styler Aug 22, 2017
@krlmlr
Copy link
Owner

krlmlr commented Aug 22, 2017

I missed your comments, but we seem to have covered most by now?

@lorenzwalthert
Copy link
Author

This PR was for testing purposes of styler only and I think we can close it.

@lorenzwalthert
Copy link
Author

Maybe filing a PR to the upstream repo later (with an updated version of styler).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants